runtime.pageBits.popcntRange (method)
5 uses
runtime (current package)
mpagealloc.go#L533: scav += chunk.scavenged.popcntRange(si, ei+1-si)
mpagealloc.go#L538: scav += chunk.scavenged.popcntRange(si, pallocChunkPages-si)
mpagealloc.go#L542: scav += chunk.scavenged.popcntRange(0, pallocChunkPages)
mpagealloc.go#L546: scav += chunk.scavenged.popcntRange(0, ei+1)
mpallocbits.go#L110: func (b *pageBits) popcntRange(i, n uint) (s uint) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)